home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / Libraries / TrapLib / TrapLib.h < prev   
Encoding:
C/C++ Source or Header  |  1994-01-10  |  285 b   |  11 lines  |  [TEXT/KAHL]

  1. #pragma once
  2. #include <Traps.h>
  3. #ifndef _Gestalt
  4.     /* THINK C 5.0 doesn't define this, but v6.0 does define it--thanks to
  5.         chuckp for compiling in 6.0 */
  6.     #define _Gestalt (0xA1AD)
  7. #endif
  8. short TrapNumToolbox(void);
  9. TrapType TrapTypeGet(short trap);
  10. Boolean TrapAvailable(short trap);
  11.